[INFO] fetching crate yatt_orm 0.5.1...
[INFO] checking yatt_orm-0.5.1 against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] extracting crate yatt_orm 0.5.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate yatt_orm 0.5.1
[INFO] finished tweaking crates.io crate yatt_orm 0.5.1
[INFO] tweaked toml for crates.io crate yatt_orm 0.5.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate yatt_orm 0.5.1 on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 58 packages to latest compatible versions
[INFO] [stderr]       Adding rusqlite v0.27.0 (available: v0.40.1)
[INFO] [stderr]       Adding uuid v0.8.2 (available: v1.23.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded yatt_orm_derive v0.3.0
[INFO] [stderr]   Downloaded rusqlite v0.27.0
[INFO] [stderr]   Downloaded hashlink v0.7.0
[INFO] [stderr]   Downloaded libsqlite3-sys v0.24.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 668c213d7667de2ec8717387b853c01141138ae0c50529c5514d232d1ddae612
[INFO] running `Command { std: "docker" "start" "668c213d7667de2ec8717387b853c01141138ae0c50529c5514d232d1ddae612", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "668c213d7667de2ec8717387b853c01141138ae0c50529c5514d232d1ddae612", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "668c213d7667de2ec8717387b853c01141138ae0c50529c5514d232d1ddae612" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "668c213d7667de2ec8717387b853c01141138ae0c50529c5514d232d1ddae612", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "668c213d7667de2ec8717387b853c01141138ae0c50529c5514d232d1ddae612" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking custom_error v1.9.2
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling libsqlite3-sys v0.24.2
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking hashlink v0.7.0
[INFO] [stderr]    Compiling yatt_orm_derive v0.3.0
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking rusqlite v0.27.0
[INFO] [stderr]     Checking yatt_orm v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: named argument `message` is not used by name
[INFO] [stdout]  --> src/errors.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Unexpected{message: String} = "Unexpected behavior: {}",
[INFO] [stdout]   |                ^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: named argument `source` is not used by name
[INFO] [stdout]  --> src/errors.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Wrapped {source: Box<dyn Error>} = "Underlying error: {:?}",
[INFO] [stdout]   |              ^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: named argument `message` is not used by name
[INFO] [stdout]  --> src/errors.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     IsEmpty {message: String} = "Empty result: {}",
[INFO] [stdout]   |              ^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: named argument `message` is not used by name
[INFO] [stdout]   --> src/errors.rs:10:14
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Convert {message: String} = "Conversion error: {}",
[INFO] [stdout]    |              ^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: named argument `message` is not used by name
[INFO] [stdout]  --> src/errors.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Unexpected{message: String} = "Unexpected behavior: {}",
[INFO] [stdout]   |                ^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: named argument `source` is not used by name
[INFO] [stdout]  --> src/errors.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Wrapped {source: Box<dyn Error>} = "Underlying error: {:?}",
[INFO] [stdout]   |              ^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: named argument `message` is not used by name
[INFO] [stdout]  --> src/errors.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     IsEmpty {message: String} = "Empty result: {}",
[INFO] [stdout]   |              ^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: named argument `message` is not used by name
[INFO] [stdout]   --> src/errors.rs:10:14
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Convert {message: String} = "Conversion error: {}",
[INFO] [stdout]    |              ^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp_millis`: use `timestamp_millis_opt()` instead
[INFO] [stdout]    --> src/lib.rs:231:34
[INFO] [stdout]     |
[INFO] [stdout] 231 |       FieldVal::I64(v) => Ok(Utc.timestamp_millis(v).into()),
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp_millis`: use `timestamp_millis_opt()` instead
[INFO] [stdout]    --> src/lib.rs:251:34
[INFO] [stdout]     |
[INFO] [stdout] 251 |       FieldVal::I64(v) => Ok(Utc.timestamp_millis(v)),
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp_millis`: use `timestamp_millis_opt()` instead
[INFO] [stdout]    --> src/lib.rs:231:34
[INFO] [stdout]     |
[INFO] [stdout] 231 |       FieldVal::I64(v) => Ok(Utc.timestamp_millis(v).into()),
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp_millis`: use `timestamp_millis_opt()` instead
[INFO] [stdout]    --> src/lib.rs:251:34
[INFO] [stdout]     |
[INFO] [stdout] 251 |       FieldVal::I64(v) => Ok(Utc.timestamp_millis(v)),
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/statement.rs:86:20
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn sort(field: &str, direction: SortDir) -> Statement {
[INFO] [stdout]    |                    ^^^^                         ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn sort(field: &str, direction: SortDir) -> Statement<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/statement.rs:98:16
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn from(v: &str) -> Statement {
[INFO] [stdout]    |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn from(v: &str) -> Statement<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/statement.rs:101:18
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub fn gt(field: &str, value: impl Into<FieldVal>) -> Filter {
[INFO] [stdout]     |                  ^^^^ the lifetime is elided here     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub fn gt(field: &str, value: impl Into<FieldVal>) -> Filter<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/statement.rs:104:18
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn lt(field: &str, value: impl Into<FieldVal>) -> Filter {
[INFO] [stdout]     |                  ^^^^ the lifetime is elided here     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn lt(field: &str, value: impl Into<FieldVal>) -> Filter<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/statement.rs:107:18
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn eq(field: &str, value: impl Into<FieldVal>) -> Filter {
[INFO] [stdout]     |                  ^^^^ the lifetime is elided here     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn eq(field: &str, value: impl Into<FieldVal>) -> Filter<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/statement.rs:110:18
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn ne(field: &str, value: impl Into<FieldVal>) -> Filter {
[INFO] [stdout]     |                  ^^^^ the lifetime is elided here     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn ne(field: &str, value: impl Into<FieldVal>) -> Filter<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/statement.rs:86:20
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn sort(field: &str, direction: SortDir) -> Statement {
[INFO] [stdout]    |                    ^^^^                         ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn sort(field: &str, direction: SortDir) -> Statement<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/statement.rs:98:16
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn from(v: &str) -> Statement {
[INFO] [stdout]    |                ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn from(v: &str) -> Statement<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/statement.rs:101:18
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub fn gt(field: &str, value: impl Into<FieldVal>) -> Filter {
[INFO] [stdout]     |                  ^^^^ the lifetime is elided here     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub fn gt(field: &str, value: impl Into<FieldVal>) -> Filter<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/statement.rs:104:18
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn lt(field: &str, value: impl Into<FieldVal>) -> Filter {
[INFO] [stdout]     |                  ^^^^ the lifetime is elided here     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn lt(field: &str, value: impl Into<FieldVal>) -> Filter<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/statement.rs:107:18
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn eq(field: &str, value: impl Into<FieldVal>) -> Filter {
[INFO] [stdout]     |                  ^^^^ the lifetime is elided here     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn eq(field: &str, value: impl Into<FieldVal>) -> Filter<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/statement.rs:110:18
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn ne(field: &str, value: impl Into<FieldVal>) -> Filter {
[INFO] [stdout]     |                  ^^^^ the lifetime is elided here     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn ne(field: &str, value: impl Into<FieldVal>) -> Filter<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.62s
[INFO] running `Command { std: "docker" "inspect" "668c213d7667de2ec8717387b853c01141138ae0c50529c5514d232d1ddae612", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "668c213d7667de2ec8717387b853c01141138ae0c50529c5514d232d1ddae612", kill_on_drop: false }`
[INFO] [stdout] 668c213d7667de2ec8717387b853c01141138ae0c50529c5514d232d1ddae612
